Skip to content

Update dependency rvben/rumdl to v0.2.48 - #146

Merged
Taucher2003 merged 1 commit into
mainfrom
renovate/rvben-rumdl-0.x
Aug 9, 2026
Merged

Update dependency rvben/rumdl to v0.2.48#146
Taucher2003 merged 1 commit into
mainfrom
renovate/rvben-rumdl-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Pending
rvben/rumdl v0.2.16v0.2.48 v0.2.52 (+3)

Release Notes

rvben/rumdl (rvben/rumdl)

v0.2.48

Compare Source

Added
  • md087: report inline disable comments that suppress nothing (40fc37d)
  • md051,md057: check path-shaped frontmatter values behind an option (98a0ff0)
  • md033: add allowed-inside and a no-markdown-equivalent allowlist value (cb0ba51)
  • name rules by their readable name in generated output (3b196d8)
  • md082: add allow-parent-headings to accept a heading with subsections (662d570)
  • md040: add custom-languages for fence labels Linguist does not know (1eda9f4)
  • md086: add rule for unclosed comment delimiters (6cbd27f)
  • md057: report relative links that point at their own file (7fd85fe)
  • lsp: report inline config problems as diagnostics (20acc02)
Fixed
  • md063: name the documented style spellings when a style is invalid (5476db8)
  • md013: exempt an HTML-only line in a blockquote inside a list item (98e5d34)
  • md013: exempt nested standalone links (3be374e)
  • md013: adjust paragraph reflow limit for common indent (2f7c68e)
  • md032: avoid warning on pseudo-list markers after recognized lists (71e6ff5)
  • md062: preserve parentheses in link destinations (8ec2eea)
  • md051: resolve cross-file links whose path carries a query string (8876d46)
  • md051,md057: read frontmatter in documents that hold no body links (5f35562)
  • md040: take disabled fences out of the label vote by the shared state (dd7011d)
  • md040: honor a rule alias in a disable comment (7b86267)
  • md040: reject custom-languages entries containing whitespace (651a7ec)
  • md040: stop normalizing fence labels to an invalid preferred alias (7c10626)
  • config: apply map-valued rule options set in rumdl.toml (a8ff5b6)
  • inline-config: ignore directives inside indented code blocks (fee4d6f)
  • config: warn when an inline enable targets a per-file-ignored rule (3c3837f)
  • lsp: measure diagnostic positions in UTF-16 code units (3cb34b4)
  • comments: read an unclosed comment in a container body, not in code (85bd3f8)
  • comments: hide the block an unclosed <!-- opens from every rule (27c247c)
  • md086: keep reporting an Obsidian opener below an unclosed HTML one (a05dff9)
  • md086: don't report a comment opener the other syntax hides (4d589a1)
  • comments: ignore Obsidian comment delimiters inside front matter (441a0a4)
  • comments: ignore comment delimiters inside front matter (dded694)
  • comments: end an HTML comment at the first --> after the opener (274166a)
  • md057: keep search paths a fallback when matching a link to its own file (26e88cc)
  • md057: anchor reference definition fixes to the link destination (b930b71)
  • lsp: use defaults when a workspace root's own scope cannot be resolved (d1777ce)
  • cli: count fixes a document enables with an inline configure-file comment (f17a5eb)
  • lsp: resolve a secondary workspace root's own configuration (41b9a22)
  • cli: count an unloadable subdirectory config as a config warning (648aa72)
  • md041: report the fix capability its opt-in fix enables (ed30c9a)
  • lsp: resolve workspace configuration from the workspace root (8e0fcee)
Performance
  • md062,lint-context: scan link escapes in one forward pass (8fff82b)

Downloads

File Platform Checksum
rumdl-v0.2.48-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.48-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.48-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.48-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.48-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.48-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.48-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.47

Compare Source

Added
  • md084: flag deprecated and markup-unsuitable Unicode code points (bac271b)
  • md013: measure reflowed lines with the check's length exemptions (2063a81)
Fixed
  • md013: take the space before an inline span from the source (038dc39)
  • md084: report invisible characters orphaned mid-line by an annotation delimiter (a3e6152)
  • md084: keep orphaned selectors visible beside an annotation delimiter (4a2dec0)
  • md084: keep the removal fix for invisible deprecated code points (ab37e5d)
  • md013: keep protecting an element a reflow break carried forward (d86470b)
  • md013: break semantic lines only where the source has whitespace (3fd88b7)

Downloads

File Platform Checksum
rumdl-v0.2.47-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.47-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.47-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.47-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.47-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.47-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.47-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.46

Compare Source

Fixed
  • discovery: stop reading gitignores above the repository root (2ff6e98)
  • cli: lint markdown files whose extension is capitalized (baece97)
  • cli: report why a run checked no markdown files (f0a0c61)
  • md013: keep a quoted question inside its sentence when splitting (2cef5ec)

Downloads

File Platform Checksum
rumdl-v0.2.46-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.46-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.46-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.46-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.46-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.46-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.46-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.45

Compare Source

Fixed
  • md013: keep every word when a sentence boundary falls inside emphasis (207823b)
  • md037: don't flag text between emphasis spans when a span wraps (17db4f9)
Changed
  • md013: reflow output changed for emphasis spanning several sentences. In
    sentence-per-line and semantic-line-breaks modes, **First. Second.** now
    becomes **First.\nSecond.** instead of **First.**\n**Second.**. Reopening the
    markers on each line replaced the sentence-separating space with a marker pair,
    which deleted the space and, on many inputs, whole words. A line break inside a
    span is whitespace in CommonMark, so the rendered output is unchanged.

Downloads

File Platform Checksum
rumdl-v0.2.45-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.45-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.45-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.45-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.45-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.45-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.45-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.44

Compare Source

Added
  • config: read .editorconfig when a project opts in (c215175)
  • md085: add opt-in rule for paragraph continuation indentation (f929e82)
  • md063: add sentence-case-restart-after option (498d922)
  • md041: add allow-preamble option (72ca4f4)
  • md013: add math-blocks option to exempt display math from the length check (e75ea67)
Fixed
  • md013: don't reflow display math blocks or the prose written against their delimiters (bda0cc5, c03c883)
  • watch: re-run when a config above the watched path changes (d085756)
  • lsp: stop caching a config that could not be resolved (151f8e2)
  • lsp: resolve to defaults when a file's config cannot be loaded (76165f9)
  • lsp: surface a broken user config instead of falling back to a parent (0c315ea)
  • lsp: resolve a discovered config the same way the CLI does (a6724d2)
  • md013: wrap paragraphs before numbers that only look like list markers (099a900)
  • md037,md052: check emphasis and references inside table cells (0e4859c)

Downloads

File Platform Checksum
rumdl-v0.2.44-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.44-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.44-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.44-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.44-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.44-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.44-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.43

Compare Source

Added
  • invisiblechars: new rule MD084 for detecting invisible characters (#​758) (0a6354a)
Fixed
  • md084: treat a zero width joiner between visible characters as presentation (4fbb1cc)
  • md084: keep attached variation selectors in consecutive-character detection (f4e9fd3)
  • md084: don't flag variation selectors attached to a base character (14941bb)

Downloads

File Platform Checksum
rumdl-v0.2.43-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.43-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.43-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.43-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.43-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.43-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.43-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.42

Compare Source

Added
Fixed
  • lint_context: prevent panic when HTML tag window splits a UTF-8 char (d14b252)

Downloads

File Platform Checksum
rumdl-v0.2.42-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.42-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.42-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.42-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.42-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.42-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.42-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.41

Compare Source

Added
  • flavor: add Hugo flavor and skip block attribute lists in blanks-around rules (e6bb033)
Fixed
  • md044: recognize indented HTML comments so links and code escape the rule (3d6191c)
  • md013: keep an attr list whole inside a wrapped span (e06f03d)
  • md013: keep a reference-style link whole inside a wrapped span (de42709)
  • md013: wrap an over-long span whose whole content is another span (f6c7c9c)

Downloads

File Platform Checksum
rumdl-v0.2.41-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.41-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.41-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.41-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.41-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.41-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.41-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.40

Compare Source

Fixed
  • md003: consume the setext underline when converting a heading to ATX. Converting a setext heading left the underline behind, where a following blank line turned it into a thematic break, so rumdl fmt added a horizontal rule the document never had (7363c34)
  • md077: stop scoping list items inside blockquotes, which made a lazy continuation line gain indentation on every pass so the formatter never converged (58fb25b)
  • reflow: keep wiki links, shortcodes and math whole inside a wrapped span (db12c2c)
  • config: honor the documented MD033 table_allowed alias, which silently dropped the configured value (db2c204)
  • config: stop reporting MD013's documented semantic-link-understanding alias as an unknown option (1539a64)
  • parity: make the markdownlint comparison harness actually run (182763c)
Documentation
  • md013: document that ignore-link-urls affects reporting only. Reflow measures the markdown as written, matching prettier and mdformat (c4f8bad)

Downloads

File Platform Checksum
rumdl-v0.2.40-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.40-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.40-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.40-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.40-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.40-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.40-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.39

Compare Source

Added
  • config: expand ~ to the home directory in path settings (70f91aa)
Fixed
  • md013: wrap over-long emphasis spans that contain nested markup (ddc73f4)
  • discovery: strip Windows verbatim prefix from canonicalized paths (a85ab87)
  • discovery: apply absolute exclude patterns during directory discovery (0d20fc8)

Downloads

File Platform Checksum
rumdl-v0.2.39-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.39-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.39-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.39-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.39-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.39-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.39-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.38

Compare Source

Added
  • md044: add ignore-frontmatter-fields option (b664e5a)
  • config: warn when an inline enable cannot re-enable a config-disabled rule (a74a923)
Fixed
  • md044: stop flagging proper names inside frontmatter file paths (35649d9)
  • md022: stop panicking when one blank-line requirement is unlimited (8a25eb2)
  • config: report unknown option keys in inline configure-file comments (8f4c0ea)
  • config: apply markdownlint-configure-file when the comment spans lines (7a023a5)
  • config: honor booleans and alias keys in markdownlint-configure-file (#​745) (acefc19)

Downloads

File Platform Checksum
rumdl-v0.2.38-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.38-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.38-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.38-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.38-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.38-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.38-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.37

Compare Source

Added
  • reflow: add atomic_spans configuration and refactor inline wrapping (#​742) (aeabec1)
Changed
  • BREAKING: the MD013 emphasis-spans option is renamed to atomic-spans (default true), with inverted meaning (emphasis-spans = true is now atomic-spans = false). Confi

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies This updates dependency files label Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 48870b0 to 856f3a5 Compare June 24, 2026 01:12
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.17 Update dependency rvben/rumdl to v0.2.18 Jun 24, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 856f3a5 to 27340bf Compare June 25, 2026 20:45
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.18 Update dependency rvben/rumdl to v0.2.19 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 27340bf to 841ed56 Compare June 26, 2026 21:09
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.19 Update dependency rvben/rumdl to v0.2.20 Jun 26, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 841ed56 to 7764668 Compare June 30, 2026 16:13
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.20 Update dependency rvben/rumdl to v0.2.21 Jun 30, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 7764668 to 122120e Compare June 30, 2026 22:54
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.21 Update dependency rvben/rumdl to v0.2.22 Jun 30, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 122120e to 5751d54 Compare July 2, 2026 22:57
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.22 Update dependency rvben/rumdl to v0.2.23 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 5751d54 to af78ab1 Compare July 4, 2026 13:55
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.23 Update dependency rvben/rumdl to v0.2.24 Jul 4, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from af78ab1 to ce9bde0 Compare July 5, 2026 18:13
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.24 Update dependency rvben/rumdl to v0.2.25 Jul 5, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from ce9bde0 to fb7b52f Compare July 6, 2026 16:06
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.25 Update dependency rvben/rumdl to v0.2.26 Jul 6, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from fb7b52f to 2e08c15 Compare July 7, 2026 22:15
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.26 Update dependency rvben/rumdl to v0.2.27 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 2e08c15 to b9d5098 Compare July 10, 2026 10:14
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.27 Update dependency rvben/rumdl to v0.2.28 Jul 10, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from b9d5098 to 92e5193 Compare July 16, 2026 19:52
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.28 Update dependency rvben/rumdl to v0.2.30 Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 92e5193 to 141d1df Compare July 19, 2026 15:12
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.30 Update dependency rvben/rumdl to v0.2.31 Jul 19, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 141d1df to 49132bb Compare July 20, 2026 12:12
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.31 Update dependency rvben/rumdl to v0.2.32 Jul 20, 2026
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.34 Update dependency rvben/rumdl to v0.2.35 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 8857a1c to 47c5cdd Compare July 25, 2026 22:08
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.35 Update dependency rvben/rumdl to v0.2.36 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 47c5cdd to 7e1bb18 Compare July 26, 2026 17:36
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.36 Update dependency rvben/rumdl to v0.2.37 Jul 26, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 7e1bb18 to 06be66b Compare July 28, 2026 00:33
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.37 Update dependency rvben/rumdl to v0.2.38 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 06be66b to b715495 Compare July 28, 2026 17:46
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.38 Update dependency rvben/rumdl to v0.2.39 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from b715495 to 3cde968 Compare July 29, 2026 10:43
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.39 Update dependency rvben/rumdl to v0.2.40 Jul 29, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 3cde968 to 090610b Compare July 30, 2026 09:45
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.40 Update dependency rvben/rumdl to v0.2.41 Jul 30, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 090610b to 3ef3070 Compare July 31, 2026 14:10
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.41 Update dependency rvben/rumdl to v0.2.42 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 3ef3070 to 4d7b0c1 Compare July 31, 2026 22:15
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.42 Update dependency rvben/rumdl to v0.2.43 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 4d7b0c1 to 7d28c3c Compare August 4, 2026 12:11
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.43 Update dependency rvben/rumdl to v0.2.44 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 7d28c3c to 60661eb Compare August 4, 2026 23:05
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.44 Update dependency rvben/rumdl to v0.2.45 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 60661eb to 13f83fb Compare August 5, 2026 22:39
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.45 Update dependency rvben/rumdl to v0.2.46 Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 13f83fb to eefaa77 Compare August 7, 2026 01:03
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.46 Update dependency rvben/rumdl to v0.2.47 Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from eefaa77 to 162a908 Compare August 8, 2026 12:55
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.47 Update dependency rvben/rumdl to v0.2.48 Aug 8, 2026
@Taucher2003
Taucher2003 merged commit 269cf99 into main Aug 9, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant